home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / tdmbks.zip / DELBOOKS.EXE / RCDATA / TBOOKFORM / TBOOKFORM.txt < prev   
Text File  |  1996-05-30  |  11KB  |  484 lines

  1. object BookForm: TBookForm
  2.   Left = 196
  3.   Top = 210
  4.   ActiveControl = Panel1
  5.   BorderStyle = bsDialog
  6.   Caption = 'The Delphi Magazine Review Database of Delphi Books '
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 632
  22.     Height = 41
  23.     Align = alTop
  24.     Alignment = taRightJustify
  25.     BevelOuter = bvLowered
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     PopupMenu = PopupMenu1
  32.     TabOrder = 0
  33.     object DBNavigator: TDBNavigator
  34.       Left = 10
  35.       Top = 8
  36.       Width = 201
  37.       Height = 25
  38.       DataSource = DataSource1
  39.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbPost, nbCancel, nbRefresh]
  40.       Ctl3D = False
  41.       ParentCtl3D = False
  42.       ParentShowHint = False
  43.       ShowHint = True
  44.       TabOrder = 0
  45.       OnClick = DBNavigatorClick
  46.     end
  47.   end
  48.   object Panel2: TPanel
  49.     Left = 0
  50.     Top = 41
  51.     Width = 632
  52.     Height = 412
  53.     Align = alClient
  54.     BevelInner = bvLowered
  55.     BorderWidth = 4
  56.     Caption = 'Panel2'
  57.     TabOrder = 1
  58.     object ScrollBox: TScrollBox
  59.       Left = 6
  60.       Top = 6
  61.       Width = 620
  62.       Height = 400
  63.       HorzScrollBar.Margin = 6
  64.       HorzScrollBar.Range = 319
  65.       VertScrollBar.Margin = 6
  66.       VertScrollBar.Range = 198
  67.       Align = alClient
  68.       AutoScroll = False
  69.       BorderStyle = bsNone
  70.       TabOrder = 0
  71.       object Label1: TLabel
  72.         Left = 6
  73.         Top = 6
  74.         Width = 23
  75.         Height = 13
  76.         Caption = 'Title:'
  77.         FocusControl = EditTitle
  78.       end
  79.       object Label2: TLabel
  80.         Left = 6
  81.         Top = 44
  82.         Width = 34
  83.         Height = 13
  84.         Caption = 'Author:'
  85.         FocusControl = EditAuthor
  86.       end
  87.       object Label3: TLabel
  88.         Left = 6
  89.         Top = 82
  90.         Width = 28
  91.         Height = 13
  92.         Caption = 'ISBN:'
  93.         FocusControl = EditISBN
  94.       end
  95.       object Label4: TLabel
  96.         Left = 140
  97.         Top = 82
  98.         Width = 46
  99.         Height = 13
  100.         Caption = 'Publisher:'
  101.         FocusControl = EditPublisher
  102.       end
  103.       object Label5: TLabel
  104.         Left = 318
  105.         Top = 82
  106.         Width = 57
  107.         Height = 13
  108.         Caption = 'Price (US$):'
  109.         FocusControl = EditPrice
  110.       end
  111.       object Label6: TLabel
  112.         Left = 6
  113.         Top = 120
  114.         Width = 65
  115.         Height = 13
  116.         Caption = 'Source Code:'
  117.         FocusControl = EditCode
  118.       end
  119.       object Label7: TLabel
  120.         Left = 391
  121.         Top = 4
  122.         Width = 31
  123.         Height = 13
  124.         Caption = 'Cover:'
  125.       end
  126.       object Label8: TLabel
  127.         Left = 140
  128.         Top = 120
  129.         Width = 29
  130.         Height = 13
  131.         Caption = 'Level:'
  132.       end
  133.       object Label9: TLabel
  134.         Left = 4
  135.         Top = 174
  136.         Width = 130
  137.         Height = 13
  138.         Alignment = taRightJustify
  139.         AutoSize = False
  140.         Caption = 'Technical Contents Quality:'
  141.       end
  142.       object Label10: TLabel
  143.         Left = 4
  144.         Top = 202
  145.         Width = 130
  146.         Height = 13
  147.         Alignment = taRightJustify
  148.         AutoSize = False
  149.         Caption = 'Quality of Writing:'
  150.       end
  151.       object Label11: TLabel
  152.         Left = 4
  153.         Top = 230
  154.         Width = 130
  155.         Height = 13
  156.         Alignment = taRightJustify
  157.         AutoSize = False
  158.         Caption = 'Value for Money:'
  159.       end
  160.       object Label12: TLabel
  161.         Left = 4
  162.         Top = 258
  163.         Width = 130
  164.         Height = 13
  165.         Alignment = taRightJustify
  166.         AutoSize = False
  167.         Caption = 'Overall Assessment:'
  168.         Font.Color = clBlack
  169.         Font.Height = -11
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object Image1: TImage
  175.         Left = 323
  176.         Top = 124
  177.         Width = 60
  178.         Height = 40
  179.         Picture.Data = {<image000.bmp>}
  180.         PopupMenu = PopupMenu1
  181.         OnDblClick = Image1DblClick
  182.       end
  183.       object EditTitle: TDBEdit
  184.         Left = 6
  185.         Top = 21
  186.         Width = 375
  187.         Height = 20
  188.         DataField = 'Title'
  189.         DataSource = DataSource1
  190.         Font.Color = clBlack
  191.         Font.Height = -11
  192.         Font.Name = 'MS Sans Serif'
  193.         Font.Style = [fsBold]
  194.         MaxLength = 0
  195.         ParentFont = False
  196.         TabOrder = 0
  197.       end
  198.       object EditAuthor: TDBEdit
  199.         Left = 6
  200.         Top = 59
  201.         Width = 375
  202.         Height = 20
  203.         DataField = 'Author'
  204.         DataSource = DataSource1
  205.         Font.Color = clBlack
  206.         Font.Height = -11
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = [fsBold]
  209.         MaxLength = 0
  210.         ParentFont = False
  211.         TabOrder = 1
  212.       end
  213.       object EditISBN: TDBEdit
  214.         Left = 6
  215.         Top = 97
  216.         Width = 128
  217.         Height = 20
  218.         DataField = 'ISBN'
  219.         DataSource = DataSource1
  220.         Font.Color = clBlack
  221.         Font.Height = -11
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = [fsBold]
  224.         MaxLength = 0
  225.         ParentFont = False
  226.         TabOrder = 2
  227.       end
  228.       object EditPublisher: TDBEdit
  229.         Left = 140
  230.         Top = 97
  231.         Width = 174
  232.         Height = 20
  233.         DataField = 'Publisher'
  234.         DataSource = DataSource1
  235.         Font.Color = clBlack
  236.         Font.Height = -11
  237.         Font.Name = 'MS Sans Serif'
  238.         Font.Style = [fsBold]
  239.         MaxLength = 0
  240.         ParentFont = False
  241.         TabOrder = 3
  242.       end
  243.       object EditPrice: TDBEdit
  244.         Left = 323
  245.         Top = 97
  246.         Width = 60
  247.         Height = 20
  248.         DataField = 'Price'
  249.         DataSource = DataSource1
  250.         Font.Color = clBlack
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = [fsBold]
  254.         MaxLength = 0
  255.         ParentFont = False
  256.         TabOrder = 4
  257.       end
  258.       object EditCode: TDBEdit
  259.         Left = 6
  260.         Top = 135
  261.         Width = 128
  262.         Height = 20
  263.         DataField = 'Code'
  264.         DataSource = DataSource1
  265.         Font.Color = clBlack
  266.         Font.Height = -11
  267.         Font.Name = 'MS Sans Serif'
  268.         Font.Style = [fsBold]
  269.         MaxLength = 0
  270.         ParentFont = False
  271.         TabOrder = 5
  272.         OnKeyPress = EditCodeKeyPress
  273.       end
  274.       object DBImage1: TDBImage
  275.         Left = 392
  276.         Top = 20
  277.         Width = 229
  278.         Height = 256
  279.         BorderStyle = bsNone
  280.         Center = False
  281.         Ctl3D = False
  282.         DataField = 'Cover'
  283.         DataSource = DataSource1
  284.         Font.Color = clBlack
  285.         Font.Height = -11
  286.         Font.Name = 'MS Sans Serif'
  287.         Font.Style = [fsBold]
  288.         ParentCtl3D = False
  289.         ParentFont = False
  290.         TabOrder = 6
  291.         OnDblClick = DBImage1DblClick
  292.       end
  293.       object DBMemo1: TDBMemo
  294.         Left = 6
  295.         Top = 283
  296.         Width = 607
  297.         Height = 113
  298.         Color = clBtnFace
  299.         DataField = 'Comments'
  300.         DataSource = DataSource1
  301.         Font.Color = clBlack
  302.         Font.Height = -11
  303.         Font.Name = 'MS Sans Serif'
  304.         Font.Style = [fsBold]
  305.         ParentFont = False
  306.         ScrollBars = ssVertical
  307.         TabOrder = 7
  308.       end
  309.       object LevelComboBox: TComboBox
  310.         Left = 140
  311.         Top = 135
  312.         Width = 174
  313.         Height = 20
  314.         Style = csDropDownList
  315.         Font.Color = clBlack
  316.         Font.Height = -11
  317.         Font.Name = 'MS Sans Serif'
  318.         Font.Style = [fsBold]
  319.         ItemHeight = 13
  320.         Items.Strings = (
  321.           'Beginner'
  322.           'Intermediate'
  323.           'Advanced')
  324.         ParentFont = False
  325.         TabOrder = 8
  326.         OnClick = DataOnScreenChanged
  327.       end
  328.       object RadioGroup1: TRadioGroup
  329.         Left = 139
  330.         Top = 160
  331.         Width = 245
  332.         Height = 32
  333.         Columns = 5
  334.         Items.Strings = (
  335.           'Bad'
  336.           'Poor'
  337.           'Fair'
  338.           'Good'
  339.           'Best')
  340.         TabOrder = 9
  341.         OnClick = DataOnScreenChanged
  342.       end
  343.       object RadioGroup2: TRadioGroup
  344.         Left = 139
  345.         Top = 188
  346.         Width = 245
  347.         Height = 32
  348.         Columns = 5
  349.         Items.Strings = (
  350.           'Bad'
  351.           'Poor'
  352.           'Fair'
  353.           'Good'
  354.           'Best')
  355.         TabOrder = 10
  356.         OnClick = DataOnScreenChanged
  357.       end
  358.       object RadioGroup3: TRadioGroup
  359.         Left = 139
  360.         Top = 216
  361.         Width = 245
  362.         Height = 32
  363.         Columns = 5
  364.         Items.Strings = (
  365.           'Bad'
  366.           'Poor'
  367.           'Fair'
  368.           'Good'
  369.           'Best')
  370.         TabOrder = 11
  371.         OnClick = DataOnScreenChanged
  372.       end
  373.       object RadioGroup4: TRadioGroup
  374.         Left = 139
  375.         Top = 244
  376.         Width = 245
  377.         Height = 32
  378.         Columns = 5
  379.         Items.Strings = (
  380.           'Bad'
  381.           'Poor'
  382.           'Fair'
  383.           'Good'
  384.           'Best')
  385.         TabOrder = 12
  386.         OnClick = DataOnScreenChanged
  387.       end
  388.     end
  389.   end
  390.   object DataSource1: TDataSource
  391.     DataSet = Table1
  392.     Left = 599
  393.     Top = 5
  394.   end
  395.   object Table1: TTable
  396.     AfterOpen = Table1After
  397.     AfterCancel = Table1After
  398.     AfterDelete = Table1After
  399.     DatabaseName = 'd:\usr\bob\delbooks'
  400.     Exclusive = True
  401.     TableName = 'delbooks.db'
  402.     Left = 572
  403.     Top = 5
  404.     object Table1Level: TSmallintField
  405.       FieldName = 'Level'
  406.     end
  407.     object Table1TechnicalContentsQuality: TSmallintField
  408.       FieldName = 'TechnicalContentsQuality'
  409.     end
  410.     object Table1QualityOfWriting: TSmallintField
  411.       FieldName = 'QualityOfWriting'
  412.     end
  413.     object Table1ValueForMoney: TSmallintField
  414.       FieldName = 'ValueForMoney'
  415.     end
  416.     object Table1OverallAssessment: TSmallintField
  417.       FieldName = 'OverallAssessment'
  418.     end
  419.     object Table1ISBN: TStringField
  420.       FieldName = 'ISBN'
  421.       Required = True
  422.       Size = 16
  423.     end
  424.     object Table1Title: TStringField
  425.       FieldName = 'Title'
  426.       Required = True
  427.       Size = 64
  428.     end
  429.     object Table1Author: TStringField
  430.       FieldName = 'Author'
  431.       Size = 64
  432.     end
  433.     object Table1Publisher: TStringField
  434.       FieldName = 'Publisher'
  435.       Size = 32
  436.     end
  437.     object Table1Price: TCurrencyField
  438.       FieldName = 'Price'
  439.       Currency = True
  440.     end
  441.     object Table1Code: TStringField
  442.       FieldName = 'Code'
  443.       Size = 7
  444.     end
  445.     object Table1Comments: TMemoField
  446.       FieldName = 'Comments'
  447.       Size = 10
  448.     end
  449.     object Table1Cover: TGraphicField
  450.       FieldName = 'Cover'
  451.     end
  452.   end
  453.   object OpenDialog1: TOpenDialog
  454.     DefaultExt = 'BMP'
  455.     Filter = 'bitmap files|*.bmp'
  456.     Title = 'Book Cover Bitmap'
  457.     Left = 490
  458.     Top = 155
  459.   end
  460.   object PopupMenu1: TPopupMenu
  461.     Left = 344
  462.     Top = 176
  463.     object About1: TMenuItem
  464.       Caption = '&About...'
  465.       OnClick = Image1DblClick
  466.     end
  467.     object TheDelphiMagazine1: TMenuItem
  468.       Caption = 'The &Delphi Magazine...'
  469.       OnClick = Image1DblClick
  470.     end
  471.     object DelBooksontheWWW1: TMenuItem
  472.       Caption = 'DelBooks on the &WWW...'
  473.       OnClick = DelBooksontheWWW1Click
  474.     end
  475.     object N1: TMenuItem
  476.       Caption = '-'
  477.     end
  478.     object DrBob1: TMenuItem
  479.       Caption = '&Bob Swart (aka Dr.Bob)...'
  480.       OnClick = DrBob1Click
  481.     end
  482.   end
  483. end
  484.